Adds an array of objects to the collection.
This methods clears the collection before adding new items.
Don't use it if you want to keep preexisting items.
Namespace:
C1.C1ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
public virtual void AddRange( T[] items ) |
| Visual Basic |
|---|
Public Overridable Sub AddRange ( _ items As T() _ ) |
Parameters
- items
- Type: array<T>[]()[][]
An array of items.